home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / WordPress 1.5.1.dmg / wordpress / wp-admin / wp-admin.css < prev   
Encoding:
Cascading Style Sheet File  |  2005-04-14  |  7.4 KB  |  567 lines

  1. * html #poststuff {
  2.     height: 100%; /* kill peekaboo bug in IE */
  3. }
  4.  
  5. a {
  6.     border-bottom: 1px solid #69c;
  7.     color: #00019b;
  8.     text-decoration: none;
  9. }
  10.  
  11. a.delete:hover {
  12.     background: #c00;
  13.     color: #fff;
  14. }
  15.  
  16. #planetnews ul {
  17.     list-style: none;
  18.     margin: 0;
  19.     padding: 0;
  20. }
  21.  
  22. #planetnews li {
  23.     width: 17%;
  24.     margin: 1%;
  25.     float: left;
  26. }
  27.  
  28. #planetnews li a {
  29.     display: block;
  30.     padding: .5em;
  31.     background: #ddd;
  32.     height: 6em;
  33.     overflow: hidden;
  34. }
  35.  
  36. a.edit, a.delete, a.edit:hover, a.delete:hover {
  37.     border-bottom: none;
  38.     display: block;
  39.     padding: 5px 0;
  40.     text-align: center;
  41. }
  42.  
  43. a.edit:hover {
  44.     background: #ccc;
  45.     color: #036;
  46. }
  47.  
  48. a:visited {
  49.     color: #006;
  50. }
  51.  
  52. a:hover {
  53.     border-bottom: 1px solid #3a75ae;
  54.     color: #069;
  55. }
  56.  
  57. body    {
  58.     background: #f2f2f2;
  59.     color: #000;
  60.     margin: 0;
  61.     padding: 0;
  62. }
  63.  
  64. body, td {
  65.     font: 10pt Georgia, "Times New Roman", Times, serif;
  66. }
  67.  
  68. fieldset {
  69.     border: 1px solid #ddd;
  70.     -moz-border-radius: 5px;
  71.     padding: 3px;
  72. }
  73.  
  74. fieldset label.selectit {
  75.     background: #f0f0f0;
  76.     display: block;
  77.     font-size: 11px;
  78.     padding: 0 2px;
  79. }
  80.  
  81. fieldset label.selectit:hover {
  82.     background: #dadada;
  83. }
  84.  
  85. fieldset legend {
  86.     padding: .1em .3em;
  87. }
  88.  
  89. fieldset span.cat-nest {
  90.     display: block;
  91.     margin-left: 10px;
  92. }
  93.  
  94. fieldset.options {
  95.     padding: 1em;
  96. }
  97.  
  98. fieldset.options legend {
  99.     font-size: 16px;
  100. }
  101.  
  102. form, label input {
  103.     margin: 0;
  104.     padding: 0;
  105. }
  106.  
  107. h2 {
  108.     border-bottom: 2px solid #69c;
  109.     color: #333;
  110.     font: normal 22px/18px serif;
  111.     margin: 5px 10px;
  112. }
  113.  
  114. img, #footer a {
  115.     border: 0;
  116. }
  117.  
  118. input:focus, textarea:focus, label:focus {
  119.     background: #fff;
  120.     border: 1px solid #686868;
  121. }
  122.  
  123. label {
  124.     cursor: pointer;
  125. }
  126.  
  127. li, dd {
  128.     margin-bottom: 6px;
  129. }
  130.  
  131. p, li, dl, dd, dt {
  132.     line-height: 130%;
  133. }
  134.  
  135. textarea, input, select {
  136.     background: #f4f4f4;
  137.     border: 1px solid #b2b2b2;
  138.     color: #000;
  139.     font-family: Georgia, "Times New Roman", Times, serif;
  140.     margin: 1px;
  141.     padding: 3px;
  142. }
  143.  
  144. .alignleft {
  145.     float: left
  146. }
  147.  
  148. .alignright {
  149.     float: right;
  150. }
  151.  
  152. .alternate {
  153.     background: #eee;
  154. }
  155.  
  156. .anchors {
  157.     margin: 10px 20px 10px 20px;
  158. }
  159.  
  160. .checkbox {
  161.     background: #fff;
  162.     border: none;
  163.     margin: 0;
  164.     padding: 0;
  165. }
  166.  
  167. .code {
  168.     font-family: "Courier New", Courier, monospace;
  169. }
  170.  
  171. .commentlist li {
  172.     border-bottom: 1px solid #369;
  173.     padding: .3em 1em;
  174. }
  175.  
  176. .ed_button {
  177.     padding: 1px;
  178. }
  179.  
  180. .hidden {
  181.     display: none;
  182. }
  183.  
  184. .navigation {
  185.     display: block;
  186.     text-align: center;
  187.     margin-top: 10px;
  188.     margin-bottom: 30px;
  189. }
  190.  
  191. .post-categories {
  192.     display: inline;
  193.     margin: 0;
  194.     padding: 0;
  195. }
  196.  
  197. .post-categories li, #ed_toolbar {
  198.     display: inline;
  199. }
  200.  
  201. .quicktags, .search {
  202.     background: #ccc;
  203.     color: #000;
  204.     font: 12px Georgia, "Times New Roman", Times, serif;
  205. }
  206.  
  207. .submit input, .submit input:focus, .button {
  208.     background: url(../wp-images/fade-butt.png);
  209.     border: 3px double #999;
  210.     border-left-color: #ccc;
  211.     border-top-color: #ccc;
  212.     color: #333;
  213.     padding: 0.25em;
  214. }
  215.  
  216. .submit input:active, .button:active {
  217.     background: #f4f4f4;
  218.     border: 3px double #ccc;
  219.     border-left-color: #999;
  220.     border-top-color: #999;
  221. }
  222.  
  223. .submit, #quicktags, .editform th, #postcustomsubmit {
  224.     text-align: right;
  225. }
  226.  
  227. .unapproved {
  228.     color: #888;
  229. }
  230.  
  231. .unapproved a:link {
  232.     color: #b9bcff;
  233. }
  234.  
  235. .unapproved a:visited {
  236.     color: #696dff;
  237. }
  238.  
  239. .unapproved a:hover {
  240.     color: #009ef0;
  241. }
  242.  
  243. .updated {
  244.     background: #f0f8ff;
  245.     border: 1px solid #69c;
  246.     margin: 1em 5% 10px;
  247.     padding: 0 1em 0 1em;
  248. }
  249.  
  250. .wrap {
  251.     background: #fff;
  252.     border: 1px solid #ccc;
  253.     clear: both;
  254.     margin: 15px 5%;
  255.     padding: .5em 1em;
  256. }
  257.  
  258. .wrap h2 {
  259.     margin: 6px 0;
  260. }
  261.  
  262. #adminmenu {
  263.     background: #fff;
  264.     border-bottom: 2px solid #707070;
  265.     margin: 0;
  266.     padding: .2em;
  267. }
  268.  
  269. #adminmenu .current, #adminmenu2 .current, #ed_strong {
  270.     font-weight: bold;
  271. }
  272.  
  273. #adminmenu a {
  274.     border: 1px solid #fff;
  275.     color: #333;
  276.     font-size: 16px;
  277.     font-weight: normal;
  278.     margin: 0;
  279.     padding: 3px 5px;
  280.     text-decoration: none;
  281. }
  282.  
  283. #adminmenu a:hover, .current {
  284.     background: #ccc;
  285.     border: 1px solid #9d9d9d;
  286.     color: #171717;
  287. }
  288.  
  289. #adminmenu li, #adminmenu2 li {
  290.     display: inline;
  291.     line-height: 200%;
  292.     list-style: none;
  293.     text-align: center;
  294. }
  295.  
  296. #adminmenu2 {
  297.     background: #a3a3a3;
  298.     border-bottom: none;
  299.     margin: 0;
  300.     padding: 3px 2em 0;
  301. }
  302.  
  303. #adminmenu2 .current {
  304.     background: #f2f2f2;
  305.     border-top: 1px solid #9a9a9a;
  306.     border-right: 2px solid #4f4f4f;
  307.     color: #000;
  308. }
  309.  
  310. #adminmenu2 a {
  311.     border: none;
  312.     color: #fff;
  313.     font-size: 12px;
  314.     padding: .3em .4em .33em;
  315. }
  316.  
  317. #adminmenu2 a:hover {
  318.     background: #f0f0f0;
  319.     color: #393939;
  320. }
  321.  
  322. #adminmenu2 li {
  323.     line-height: 170%;
  324. }
  325.  
  326. #categorydiv {
  327.     line-height: 130%;
  328.     margin-right: 15px;
  329.     position: absolute;
  330.     right: 5%;
  331.     width: 9em;
  332. }
  333.  
  334. #categorydiv div {
  335.     height: 27em;
  336.     overflow: auto;
  337. }
  338.  
  339. #categorydiv input, #poststatusdiv input, #commentstatusdiv input, #pingstatusdiv input {
  340.     border: none;
  341. }
  342.  
  343. #content, #excerpt {
  344.     margin-left: 1%;
  345.     width: 97%;
  346. }
  347.  
  348. #deletepost:hover {
  349.     background: #ce0000;
  350.     color: #fff;
  351. }
  352.  
  353. #ed_del {
  354.     text-decoration: line-through;
  355. }
  356.  
  357. #ed_em {
  358.     font-style: italic;
  359. }
  360.  
  361. #excerpt {
  362.     height: 1.8em;
  363.     width: 98%;
  364. }
  365.  
  366. #footer {
  367.     text-align: center;
  368. }
  369.  
  370. #login {
  371.     background: #fff;
  372.     border: 2px solid #a2a2a2;
  373.     margin: 5em auto;
  374.     padding: 1.5em;
  375.     width: 25em;
  376. }
  377.  
  378. #login #login_error {
  379.     background: #c00;
  380.     border: 1px solid #a40000;
  381.     color: #fff;
  382.     font-size: 16px;
  383.     font-weight: bold;
  384.     padding: .5em;
  385.     text-align: center;
  386. }
  387.  
  388. #login h1 {
  389.     background: url(../wp-images/wp-small.png) no-repeat;
  390.     margin-top: 0;
  391. }
  392.  
  393. #login h1 a {
  394.     display: block;
  395.     text-indent: -1000px;
  396. }
  397.  
  398. #login input {
  399.     padding: 3px;
  400. }
  401.  
  402. #login ul {
  403.     list-style: none;
  404.     margin: 0;
  405.     padding: 0;
  406. }
  407.  
  408. #login ul li {
  409.     display: inline;
  410.     margin-left: 1.4em;
  411.     text-align: center;
  412. }
  413.  
  414. #metainfo, #postdiv, #postexcerpt {
  415.     clear: both;
  416. }
  417.  
  418. #postcustom {
  419.     border: 1px solid #aaa;
  420.     padding: .5em;
  421.     width: 97%;
  422. }
  423.  
  424. #postcustom .updatemeta, #postcustom .deletemeta {
  425.     margin: auto;
  426.     width: 5em;
  427. }
  428.  
  429. #postcustom table {
  430.     border: 1px solid #ccc;
  431.     margin: .5em;
  432.     width: 98%;
  433. }
  434.  
  435. #postcustom table input, #postcustom table textarea {
  436.     width: 95%;
  437. }
  438.  
  439. #poststuff {
  440.     margin-right: 11em;
  441. }
  442.  
  443. #profile {
  444.     margin: 10px;
  445. }
  446.  
  447. #profile .left {
  448.     border-right: 1px dashed #ccc;
  449.     float: left;
  450.     margin-right: 5px;
  451.     padding-right: 5px;
  452. }
  453.  
  454. #profile label {
  455.     float: left;
  456.     padding-right: 3px;
  457.     text-align: right;
  458.     width: 85px;
  459. }
  460.  
  461. #profile p {
  462.     margin: 0 0 4px 0;
  463. }
  464.  
  465. #quicktags {
  466.     margin-right: 1%;
  467. }
  468.  
  469. #save {
  470.     width: 14em;
  471. }
  472.  
  473. #simple #titlediv {
  474.     height: 4em;
  475. }
  476.  
  477. #template div {
  478.     margin-right: 190px;
  479. }
  480.  
  481. #template textarea {
  482.     font: small 'Courier New', Courier, monospace;
  483.     width: 99%;
  484. }
  485.  
  486. #templateside {
  487.     float: right;
  488.     width: 170px;
  489. }
  490.  
  491. #templateside h3, #postcustom p {
  492.     margin: 0;
  493. }
  494.  
  495. #templateside ol, #templateside ul {
  496.     list-style: none;
  497.     margin: .5em;
  498.     padding: 0;
  499. }
  500.  
  501. #titlediv, #commentstatusdiv, #postpassworddiv, #namediv, #uridiv, #emaildiv, #pageparent {
  502.     float: left;
  503.     height: 6em;
  504.     margin-right: 5px;
  505. }
  506.  
  507. #wphead {
  508.     background: url(../wp-images/header-shadow.png) #f2f2f2 repeat-x bottom;
  509.     padding: 1px 5px 11px;
  510. }
  511.  
  512. #wphead h1 {
  513.     font-size: 2.5em;
  514.     font-weight: normal;
  515.     letter-spacing: -.05em;
  516.     margin: 0;
  517. }
  518.  
  519. #wphead h1 span {
  520.     font-size: .4em;
  521.     letter-spacing: 0;
  522. }
  523.  
  524. #zeitgeist {
  525.     background: #eee;
  526.     border: 1px solid #69c;
  527.     float: right;
  528.     font-size: 90%;
  529.     margin-bottom: .5em;
  530.     margin-left: 1em;
  531.     margin-top: .5em;
  532.     padding: 1em;
  533.     width: 27%;
  534. }
  535.  
  536. #zeitgeist h2, fieldset legend a {
  537.     border-bottom: none;
  538. }
  539.  
  540. #zeitgeist h3 {
  541.     border-bottom: 1px solid #ccc;
  542.     font-size: 16px;
  543.     margin: 1em 0 0;
  544. }
  545.  
  546. #zeitgeist h3 cite {
  547.     font-size: 12px;
  548.     font-style: normal;
  549. }
  550.  
  551. #zeitgeist li, #zeitgeist p {
  552.     margin: .2em 0;
  553. }
  554.  
  555. #zeitgeist ul {
  556.     margin: 0 0 .3em .6em;
  557.     padding: 0 0 0 .6em;
  558. }
  559.  
  560.  
  561. /* emeyer additions */
  562.  
  563. .active td {background: #BEB;}
  564. .active .name {background: #9C9;}
  565. .alternate.active td {background: #ADA;}
  566. .alternate.active .name {background: #8B8;}
  567.